|
|
|
This list specifies the Push administrative requirements for setting a new system value for the subscription-trusted list of servers. Specifically, the Subscription list contains one or more fully qualified URLs, separated by commas.
An administrator can set the subscription server addresses using the following domain-based values for the SUBSCRIBELIST parameter in the 46xxsettings.txt script file.
Specifically, the List of Trusted Subscription Servers contains one or more fully qualified URLs of the subscription servers, separated by commas.
The values for SUBSCRIBELIST are set by the administrator in the 46xxsettings.txt script file on the HTTP server. See the Avaya one-X Deskphone Edition for 9600 Series IP Telephones Administrator Guide on the http://www.avaya.com/support Web site for more details.
Note that the Subscription Servers specified in the SUBSCRIBELIST parameter are considered to be Trusted Push Server. Hence, no additional security validation is done for the subscription server URIs.
The syntax of the Trusted Subscription List is a series of fully qualified URIs of the form:
<scheme>://<host>:<port>/<url-path>
If http://10.0.1.101/subscribe.asp, http://company.com/subscribe/, and
http://abc.company.com:8000/cgi/subscribe are lists of the three subscription servers, then use the following syntax in the 46xxsettings.txt script file to administer these URLs as the subscription servers:
SET SUBSCRIBELIST http://10.0.1.101/subscribe.asp,http://company.com/subscribe/,http://abc.company.com:8000/cgi/subscribe
|
|
|